Skip to content

Commit 82c5832

Browse files
committed
remove no longer valid test check
Created using spr 1.3.8-beta.1
1 parent 06f5ddf commit 82c5832

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/unittests/IR/DataLayoutTest.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,6 @@ TEST(DataLayout, ParsePointerSpec) {
415415
DataLayout::parse("p2n:32:32"),
416416
FailedWithMessage("address space must be a 24-bit integer"));
417417

418-
EXPECT_THAT_EXPECTED(
419-
DataLayout::parse("pe2:64:64"),
420-
FailedWithMessage("pointers with external state must be non-integral"));
421-
422418
// AS0 cannot be non-integral.
423419
for (StringRef Str : {"pe:64:64", "pu:64:64", "pue:64:64", "pe0:64:64",
424420
"pu0:64:64", "peu0:64:64"})

0 commit comments

Comments
 (0)