aboutsummaryrefslogtreecommitdiff
path: root/test/cases.zig
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-10-04 20:41:26 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-10-04 20:51:07 +0200
commit95417948d028cd57e482cdfd7264611254a13d39 (patch)
tree431c76b727ad23b6b47b33db3a214e557e6f2eb3 /test/cases.zig
parentc68f9bc207e04bb17fe7594f62c202dfd3ccbae4 (diff)
downloadzig-95417948d028cd57e482cdfd7264611254a13d39.tar.gz
zig-95417948d028cd57e482cdfd7264611254a13d39.zip
test: remove ad-hoc nvptx tests
These were just testing random things in the LLVM NVPTX backend. That's not really our job.
Diffstat (limited to 'test/cases.zig')
-rw-r--r--test/cases.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cases.zig b/test/cases.zig
index 2c51078abd..834855099e 100644
--- a/test/cases.zig
+++ b/test/cases.zig
@@ -12,5 +12,4 @@ pub const BuildOptions = struct {
pub fn addCases(cases: *Cases, build_options: BuildOptions, b: *std.Build) !void {
try @import("compile_errors.zig").addCases(cases, b);
try @import("llvm_targets.zig").addCases(cases, build_options, b);
- try @import("nvptx.zig").addCases(cases, b);
}