Skip to content

Commit fb8e2e9

Browse files
committed
change comment
1 parent 2ef29fc commit fb8e2e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/unit/virtual_include/test_virtual_include.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
import glob
2323
from common.base import TestBase
2424

25-
BAZEL_BIN_DIR = os.path.join("../../..", "bazel-bin", "test", "unit", "virtual_include")
25+
BAZEL_BIN_DIR = os.path.join(
26+
"../../..", "bazel-bin", "test", "unit", "virtual_include"
27+
)
2628
BAZEL_TESTLOGS_DIR = os.path.join(
2729
"../../..", "bazel-testlogs", "test", "unit", "virtual_include"
2830
)
@@ -31,7 +33,7 @@
3133
class TestVirtualInclude(TestBase):
3234
"""Tests checking virtual include path resolution"""
3335

34-
# This line is mandatory
36+
# Set working directory
3537
__test_path__ = os.path.dirname(os.path.abspath(__file__))
3638

3739
def setUp(self):

0 commit comments

Comments
 (0)