mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 18:38:30 +00:00
whoops, forgot the varargs/overload test (test2)
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40199
This commit is contained in:
parent
de5e02e6aa
commit
3e860a89cc
@ -70,7 +70,7 @@ SourceHook::List<Test *> Test::ms_Tests;
|
|||||||
|
|
||||||
DO_TEST(List);
|
DO_TEST(List);
|
||||||
DO_TEST(Basic);
|
DO_TEST(Basic);
|
||||||
//DO_TEST(VafmtAndOverload);
|
DO_TEST(VafmtAndOverload);
|
||||||
DO_TEST(ThisPtrOffs);
|
DO_TEST(ThisPtrOffs);
|
||||||
DO_TEST(PlugSys);
|
DO_TEST(PlugSys);
|
||||||
DO_TEST(Bail);
|
DO_TEST(Bail);
|
||||||
|
|||||||
@ -253,8 +253,7 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="test2.cpp">
|
RelativePath="test2.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32">
|
||||||
ExcludedFromBuild="TRUE">
|
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"/>
|
Name="VCCLCompilerTool"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user