Since no_xform is not a bug to be fixed, made the test pass using the 'not' utility and removed XFAIL. llvm-svn: 176709
7 lines
129 B
C++
7 lines
129 B
C++
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
|
|
// RUN: not cpp11-migrate %t.cpp --
|
|
|
|
int main(int argc, char** argv) {
|
|
return 0;
|
|
}
|