Skip to content

Commit

Permalink
updated qsync property name in clwb integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFrosch committed Jan 13, 2025
1 parent 29baeff commit 6965814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clwb/test_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def clwb_integration_test(name, project, srcs, deps = []):
"-Didea.suppressed.plugins.set.classic=org.jetbrains.plugins.clion.radler,intellij.rider.cpp.debugger,intellij.rider.plugins.clion.radler.cwm",
"-Didea.suppressed.plugins.set.selector=classic",
# define the path to the query sync aspects
"-Dblaze.idea.build_dependencies.bzl.file=aspect/build_dependencies.bzl",
"-Dblaze.idea.build_dependencies_deps.bzl.file=aspect/build_dependencies_deps.bzl",
"-Dqsync.aspect.build_dependencies.bzl.file=aspect/build_dependencies.bzl",
"-Dqsync.aspect.build_dependencies_deps.bzl.file=aspect/build_dependencies_deps.bzl",
],
deps = deps + [
":clwb_lib",
Expand Down

0 comments on commit 6965814

Please sign in to comment.