Skip to content

Commit

Permalink
Fix relative include path (#10402)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator authored Mar 1, 2022
1 parent bd14a4d commit f49a853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/relay/transforms/device_domains_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

// TODO(mbs): Revisit cpp unit test layout or setup include dir at root of src/
#include "../../../src/relay/transforms/device_domains.h"
#include "../../../../src/relay/transforms/device_domains.h"

#include <gtest/gtest.h>
#include <tvm/parser/parser.h>
Expand Down

0 comments on commit f49a853

Please sign in to comment.