[NFC] Make AST_BLOCK_HASH test more robust with downstream changes
authorDaniel Grumberg <dany.grumberg@gmail.com>
Fri, 19 Jun 2020 08:07:42 +0000 (09:07 +0100)
committerDaniel Grumberg <dany.grumberg@gmail.com>
Fri, 19 Jun 2020 08:41:15 +0000 (09:41 +0100)
clang/test/Modules/ASTSignature.c

index d041b61..f0df1e4 100644 (file)
@@ -4,7 +4,7 @@
 // RUN:   -fmodules-cache-path=%t -fdisable-module-hash %s
 // RUN: cp %t/MyHeader2.pcm %t1.pcm
 // RUN: rm -rf %t
-// RUN: %clang_cc1 -iquote "/dev/null" -iquote %S/Inputs/ASTHash/ -fsyntax-only \
+// RUN: %clang_cc1 -nostdinc++ -iquote %S/Inputs/ASTHash/ -fsyntax-only \
 // RUN:   -fmodules -fimplicit-module-maps -fmodules-strict-context-hash \
 // RUN:   -fmodules-cache-path=%t -fdisable-module-hash %s
 // RUN: cp %t/MyHeader2.pcm %t2.pcm