Skip to content

Commit 38f75d6

Browse files
[llvm-exegesis] Removed useless test
This test was an exact duplicate of the one above, providing no value, and also adding confusion as it referred to a behavior that (was presumably) moved around and tested differently during the review process with the test being forgotten about.
1 parent 8f018d3 commit 38f75d6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

llvm/unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -209,15 +209,6 @@ TEST_F(X86SnippetFileTest, MemoryMappingNoDefinition) {
209209
consumeError(std::move(Error));
210210
}
211211

212-
TEST_F(X86SnippetFileTest, IncompatibleExecutorMode) {
213-
auto Error = TestCommon(R"(
214-
# LLVM-EXEGESIS-MEM-MAP test1 4096
215-
)")
216-
.takeError();
217-
EXPECT_TRUE((bool)Error);
218-
consumeError(std::move(Error));
219-
}
220-
221212
} // namespace
222213
} // namespace exegesis
223214
} // namespace llvm

0 commit comments

Comments
 (0)