Skip to content

Commit 5713a96

Browse files
committed
fix dllexport used more than once
1 parent 29a706d commit 5713a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/ze_loopback.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <cstdlib>
1313
#include <iostream>
1414

15-
ZE_APIEXPORT ZE_DLLEXPORT LevelZero *level_zero_mock = nullptr;
15+
ZE_APIEXPORT LevelZero *level_zero_mock = nullptr;
1616

1717
static void check_mock_present() {
1818
if (level_zero_mock == nullptr) {

0 commit comments

Comments
 (0)