diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-03-25 01:30:02 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-03-25 01:30:02 +0000 |
commit | d5f1db6b36d5e09bdad814da40505b8b792c49fc (patch) | |
tree | 0d19d961cd506d8a66a3545bd3898264b8c87379 /clang/test/Modules/stress1.cpp | |
parent | 75fc6a7f61d778477e91a2a2dbdddf435b0c25fd (diff) | |
download | bcm5719-llvm-d5f1db6b36d5e09bdad814da40505b8b792c49fc.tar.gz bcm5719-llvm-d5f1db6b36d5e09bdad814da40505b8b792c49fc.zip |
[Modules] Disable the diff of the merged module, there is still some
non-determinism here, I just got lucky a bunch of times on my system.
llvm-svn: 233163
Diffstat (limited to 'clang/test/Modules/stress1.cpp')
-rw-r--r-- | clang/test/Modules/stress1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/stress1.cpp b/clang/test/Modules/stress1.cpp index 55d9533b7ae..827721c5c87 100644 --- a/clang/test/Modules/stress1.cpp +++ b/clang/test/Modules/stress1.cpp @@ -60,7 +60,7 @@ // RUN: -emit-module -fmodule-name=merge00 -o %t/merge00_check.pcm \ // RUN: Inputs/stress1/module.modulemap // -// RUN: diff %t/merge00.pcm %t/merge00_check.pcm +// FIXME: diff %t/merge00.pcm %t/merge00_check.pcm // // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 \ // RUN: -I Inputs/stress1 \ |