[test][NFC] Guard one test case against LLVM checkouts at interesting paths
Previously only the "store" string was being checked for not appearing twice, but unfortunately the check also looked at the ModuleID and source_filename lines, so the test case would fail if the LLVM checkout's absolute path contained the substring "store". Fix this spurious test failure by tweaking the invocation so the full path no longer shows up in the output. Differential Revision: https://reviews.llvm.org/D131540
Loading
Please sign in to comment