Skip to content

Commit

Permalink
[TEST] TEST PR FOR CI run
Browse files Browse the repository at this point in the history
TEST PR FOR CI RUNNING PROPERLY

**Self evaluation:**
1. Build test:	 [X]Passed [ ]Failed [ ]Skipped
2. Run test:	 [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Donghak PARK <[email protected]>
  • Loading branch information
DonghakPark committed Sep 12, 2024
1 parent e025352 commit 12b79e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Applications/AlexNet/jni/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ int main(int argc, char *argv[]) {
std::cerr << "Error during loadFromConfig: " << e.what() << std::endl;
return 1;
}

std::cout << "tmp_code_for_ci_test" << std::endl;
try {
model->compile();
} catch (const std::exception &e) {
Expand Down

0 comments on commit 12b79e3

Please sign in to comment.