Skip to content

Commit 9541794

Browse files
committed
test: remove ad-hoc nvptx tests
These were just testing random things in the LLVM NVPTX backend. That's not really our job.
1 parent c68f9bc commit 9541794

File tree

2 files changed

+0
-106
lines changed

2 files changed

+0
-106
lines changed

test/cases.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ pub const BuildOptions = struct {
1212
pub fn addCases(cases: *Cases, build_options: BuildOptions, b: *std.Build) !void {
1313
try @import("compile_errors.zig").addCases(cases, b);
1414
try @import("llvm_targets.zig").addCases(cases, build_options, b);
15-
try @import("nvptx.zig").addCases(cases, b);
1615
}

test/nvptx.zig

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)