Disable tests code when not in test build
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.
|
||||
|
||||
#if FLAX_TESTS
|
||||
using System;
|
||||
using System.Collections;
|
||||
using FlaxEngine.Collections;
|
||||
@@ -525,3 +526,4 @@ namespace FlaxEngine.Tests
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user