Skip to content

Commit 7bfbc5c

Browse files
authored
Remove unneeded test methods. (#240)
1 parent 6589790 commit 7bfbc5c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

examples/kernel.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ module TestRuntime
88
report_exception(ex) = return
99
report_exception_name(ex) = return
1010
report_exception_frame(idx, func, file, line) = return
11-
12-
# for validation
13-
sin(x) = Base.sin(x)
1411
end
1512

1613
struct TestCompilerParams <: AbstractCompilerParams end

test/util.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ module TestRuntime
4040
report_exception(ex) = return
4141
report_exception_name(ex) = return
4242
report_exception_frame(idx, func, file, line) = return
43-
44-
# for validation
45-
sin(x) = Base.sin(x)
4643
end
4744

4845
struct TestCompilerParams <: AbstractCompilerParams end

0 commit comments

Comments
 (0)