Skip to content

Commit

Permalink
fail test for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
isuckatcs committed Jun 28, 2024
1 parent f7cadb2 commit 09657c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sema/builtin_print_fn_name_collision.al
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// RUN: compiler %s 2>&1 | filecheck %s
fn main(): void {}

// CHECK: [[# @LINE + 1 ]]:1: error: redeclaration of 'print'
// CHECK: [[# @LINE + 1 ]]:2: error: redeclaration of 'print'
fn print(x: number): number {
return 0.0;
}

0 comments on commit 09657c0

Please sign in to comment.