[NFC] Make AST_BLOCK_HASH test more robust with downstream changes

This commit is contained in:
Daniel Grumberg 2020-06-19 09:07:42 +01:00
parent b7338fb1a6
commit bb48005660
1 changed files with 1 additions and 1 deletions

View 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