Skip to content

Commit e9e06be

Browse files
committed
[lldb][AArch64][NFC] Move a comment in GCS tests
Got put in the wrong place during a rebase.
1 parent 347fb20 commit e9e06be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ def test_gcs_fault(self):
8383
],
8484
)
8585

86+
# This helper reads all the GCS registers and optionally compares them
87+
# against a previous state, then returns the current register values.
8688
def check_gcs_registers(
8789
self,
8890
expected_gcs_features_enabled=None,
@@ -115,8 +117,6 @@ def check_gcs_registers(
115117

116118
return gcs_features_enabled, gcs_features_locked, gcspr_el0
117119

118-
# This helper reads all the GCS registers and optionally compares them
119-
# against a previous state, then returns the current register values.
120120
@skipUnlessArch("aarch64")
121121
@skipUnlessPlatform(["linux"])
122122
def test_gcs_registers(self):

0 commit comments

Comments
 (0)