From: Daniel Jasper Date: Wed, 25 Mar 2015 06:59:19 +0000 (+0000) Subject: Temporarily disable one more non-determinism flag. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c3526bf9b2fa022004be9f8c2938978d74370d4;p=clang Temporarily disable one more non-determinism flag. This turned the bots to red after r233172 which reverted r233156. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233173 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/stress1.cpp b/test/Modules/stress1.cpp index 827721c5c8..03ffc00d39 100644 --- a/test/Modules/stress1.cpp +++ b/test/Modules/stress1.cpp @@ -15,7 +15,7 @@ // RUN: -emit-module -fmodule-name=m00 -o %t/m00_check.pcm \ // RUN: Inputs/stress1/module.modulemap // -// RUN: diff %t/m00.pcm %t/m00_check.pcm +// FIXME: diff %t/m00.pcm %t/m00_check.pcm // // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 \ // RUN: -I Inputs/stress1 \