Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
on the output of "break set". Please don't do this sort of thing!!!!! llvm-svn: 164433
This commit is contained in:
@@ -62,6 +62,5 @@ int main()
|
||||
256*'X' +
|
||||
256*256*'T'+
|
||||
256*256*256*'F';
|
||||
// Set second cast break point at this line.
|
||||
return 0;
|
||||
}
|
||||
return 0; // Set second cast break point at this line.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user