Force c++98 so this works on windows where c++11 is the default.

llvm-svn: 183983
This commit is contained in:
Rafael Espindola 2013-06-14 16:09:37 +00:00
parent 5023632c9a
commit 5492d613f5
1 changed files with 1 additions and 1 deletions
clang-tools-extra/test/cpp11-migrate/UseNullptr

View File

@ -1,6 +1,6 @@
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
// RUN: grep -Ev "// *[A-Z-]+:" %S/Inputs/basic.h > %T/basic.h
// RUN: cpp11-migrate -use-nullptr %t.cpp -- -I %S
// RUN: cpp11-migrate -use-nullptr %t.cpp -- -std=c++98 -I %S
// RUN: FileCheck -input-file=%t.cpp %s
// RUN: FileCheck -input-file=%T/basic.h %S/Inputs/basic.h