Skip to content

Commit

Permalink
Fix test label
Browse files Browse the repository at this point in the history
  • Loading branch information
josh11b committed Mar 4, 2025
1 parent 672ded4 commit 420472a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl A as Factory(B) {
fn Method[self: Self]() -> B;
}

// --- fail_todo_factory.impl.carbon
// --- factory.impl.carbon

impl library "[[@TEST_NAME]]";

Expand Down Expand Up @@ -999,7 +999,7 @@ fn InstanceC(a: A) -> C {
// CHECK:STDOUT: %Self.as_type.loc8_19.1 => constants.%A
// CHECK:STDOUT: }
// CHECK:STDOUT:
// CHECK:STDOUT: --- fail_todo_factory.impl.carbon
// CHECK:STDOUT: --- factory.impl.carbon
// CHECK:STDOUT:
// CHECK:STDOUT: constants {
// CHECK:STDOUT: %B: type = class_type @B [concrete]
Expand Down

0 comments on commit 420472a

Please sign in to comment.