Skip to content

Remove deprecation warning in native test#774

Merged
maleadt merged 1 commit intoJuliaGPU:masterfrom
christiangnrd:nowarn
Mar 21, 2026
Merged

Remove deprecation warning in native test#774
maleadt merged 1 commit intoJuliaGPU:masterfrom
christiangnrd:nowarn

Conversation

@christiangnrd
Copy link
Member

Removes the deprecation warning when running the testsuite.

Introduced in #752

@wsmoses @vchuravy

@github-actions
Copy link
Contributor

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic master) to apply these changes.

Click here to view the suggested changes.
diff --git a/test/native.jl b/test/native.jl
index eeab280..393735f 100644
--- a/test/native.jl
+++ b/test/native.jl
@@ -44,7 +44,7 @@ end
             end
         end
 
-        job, _ = Native.create_job(mod.outer, (Int, Symbol); validate=false)
+        job, _ = Native.create_job(mod.outer, (Int, Symbol); validate = false)
         JuliaContext() do ctx
             ir, meta = GPUCompiler.compile(:llvm, job)
 

@codecov
Copy link

codecov bot commented Mar 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.55%. Comparing base (8811fef) to head (fe9485a).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #774      +/-   ##
==========================================
- Coverage   74.63%   74.55%   -0.08%     
==========================================
  Files          24       24              
  Lines        3781     3781              
==========================================
- Hits         2822     2819       -3     
- Misses        959      962       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maleadt maleadt merged commit 719d92e into JuliaGPU:master Mar 21, 2026
27 of 38 checks passed
@christiangnrd christiangnrd deleted the nowarn branch March 21, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants