Enable LocalMemory and AubStream in AubTestsWithTbx mode

Change-Id: I7958cc76be823b02782e1cb92eeacacdf35f8cc1
This commit is contained in:
Hoppe, Mateusz 2018-12-27 09:48:31 +01:00
parent 8029639898
commit d7f498c58a
1 changed files with 0 additions and 2 deletions

View File

@ -217,8 +217,6 @@ int main(int argc, char **argv) {
} else if (!strcmp("--tbx", argv[i])) {
if (testMode == TestMode::AubTests) {
testMode = TestMode::AubTestsWithTbx;
DebugManager.flags.UseAubStream.set(false);
DebugManager.flags.EnableLocalMemory.set(0);
}
initialHardwareTag = 0;
} else if (!strcmp("--devices", argv[i])) {