mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-19 16:04:44 +00:00
LLVM unit tests: Context need not be pub
This commit is contained in:
parent
626763b4e2
commit
195a05b121
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ const SHARED_ADDRESS_SPACE: u32 = 3;
|
|||
const CONSTANT_ADDRESS_SPACE: u32 = 4;
|
||||
const PRIVATE_ADDRESS_SPACE: u32 = 5;
|
||||
|
||||
pub struct Context(LLVMContextRef);
|
||||
struct Context(LLVMContextRef);
|
||||
|
||||
impl Context {
|
||||
fn new() -> Self {
|
||||
|
|
Loading…
Add table
Reference in a new issue